Note: This dashboard contains the results of a predictive model. The author has tried to make it as accurate as possible. But the COVID-19 situation is changing quickly, and these models inevitably include some level of speculation.

Outstanding Cases by Geography

The chart below shows the total predicted number of outstanding cases, i.e. number of individuals who are still currently ill.

The chart also represents the reported case fatality rate (CFR) via the color of the country, which is heavily biased by the amount of testing which is performed in each country.

Tip: Change the scale of the y axis with the toggle button and hover over chart areas for more details.

The table below shows summary statistics for the last 7 days. $Oustanding = Confirmed - Deaths - Recovered$.

Confirmed Deaths Est. Recoveries Outstanding
2021-10-25 244097967 4955579 234520245 4622143
2021-10-26 244550322 4963445 234954759 4632118
2021-10-27 245060280 4973035 235388681 4698564
2021-10-28 245518652 4981549 235823110 4713993
2021-10-29 246025709 4989532 236259869 4776308
2021-10-30 246407250 4995464 236698076 4713710
2021-10-31 246700706 4999620 237139788 4561298

Percent of Global Total

This next chart shows the number of outstanding cases as a percent of the total confirmed global cases. Only countries representing a significant contribution to global totals are shown.

Tip: Hover over chart areas for more details.

Appendix: Methodology of Predicting Recovered Cases

John Hopkin's University's (JHU) dataset initially reported recovered cases but has since discontinued this, however estimating the recovery duration and extrapolating for current cases should be possible from this original data.

For the time being (I hope to draw from other discussions of this topic), I will use an empirically derived formula from the limited data available from JHU:

$$R_{n} = R_{n-1} + (C_{n-9} - R_{n-1})*0.07$$

Where $R_{n}$ is the total number of recovered cases on day $n$, and $C_{n}$ is the total number of confirmed cases on day $n$.

What it implies is that on a given day, of the cases which were first reported 9 days previously 7% of those cases would have either recovered or passed away. After 16 days therefore 49% of cases would have recovered or passed away and after 23 days 98% of cases would have recovered or passsed away.

This formula is only being used to predict the number of recoveries from the time that JHU's data is not available. We can compare the results of this formula to the existing data from JHU to show the level of fit. This can be seen in the following 2 graphs.